Auto merge of #1994 - carols10cents:rust-updates, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 22 Sep 2015 01:59:49 +0000 (01:59 +0000)
committerbors <bors@rust-lang.org>
Tue, 22 Sep 2015 01:59:49 +0000 (01:59 +0000)
commit0edb544770083760594173e87a612266dc3006bf
tree9c4c02427d24477a83b96dbe6dea61f59005cfb4
parentc76a0d3caadd1ddb3c054a79e56d76a5c07020e1
parentab92500fdc9a4cbc462a18ee81a96f79dfd56fb3
Auto merge of #1994 - carols10cents:rust-updates, r=alexcrichton

I noticed the tests on my PR were failing and for once it wasn't because I messed up expectations involving path separators on windows!!!

They were failing because [nightly rust now has error code E0463](https://github.com/rust-lang/rust/commit/7358a5e8ea7c2ab0aaa76b503ef68161e44681a0) for "can't find crate" and the cargo tests weren't allowing for that. Just threw some `[..]`s in there so they should pass on all the rusts-- lmk if you'd like to have a comment that mentions the code could be added in there when rust 1.5 is released.

Speaking of rust trains, I also took this opportunity to change all the `connect`s to `join`s and remove the `allow(deprecated)`s since 1.3 was released! :sparkler: